Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODTransform


CopyFrom

The CopyFrom method modifies this transform to make it equivalent to the specified source transform.

ODTransform CopyFrom (in ODTransform sourceTransform);
sourceTransform
A reference to the source transform to be copied.
return value
A reference to this transform modified to be a copy of the specified transform.
DISCUSSION
After this method executes successfully, this transform and the source transform do not share data; therefore, you can modify each of the transforms independently.

OVERRIDING
If you subclass ODTransform to create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help